All Questions
4 questions
1vote
0answers
28views
How to build a model with variables whose effects might be delayed?
As a personal project, I want to see how certain lifestyle choices (such as alcohol consumption, exercise time, hours worked/slept, time I get up and go to sleep) affect my mood. While I know the ...
1vote
2answers
103views
Which data science model is best for explainability for prediction problems?
Imagine you have to create a model to explain to stakeholders e.g. to predict price, weight, sales etc.. Which regression models offer the best in terms of explainability and interprability? ... Which ...
0votes
2answers
886views
Logistic regression threshold value
How can i set the threshold value for the target variable. For example if a target variable is chance_of_admit and it has values from 0 to 1, how can I pick a value and so that I can convert it to 0's ...
1vote
2answers
1kviews
Prediction interval for general non-linear regression
I have been working on a predictive model. With each prediction, we need to provide a score to express the confidence about our prediction. So I am looking at prediction interval (PI). In linear ...